home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / var / lib / dpkg / info / libio-stringy-perl.prerm < prev    next >
Encoding:
Text File  |  2008-06-29  |  222 b   |  9 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_installdocs
  4. if [ "$1" = remove ] || [ "$1" = upgrade ] && \
  5.    which install-docs >/dev/null 2>&1; then
  6.     install-docs -r libio-stringy-perl
  7. fi
  8. # End automatically added section
  9.